Reorganize, clarify, and update docs on signing and certs#207
Conversation
|
🚀 Deployed on https://deploy-preview-207--cai-open-source.netlify.app |
|
|
||
| Where `mycerts.pub` is the file containing the certificate chain from signing certificate to the last certificate before the root CA, concatenated. | ||
|
|
||
| This command produces a text summary of the certificate properties, as shown in the example below. Look for a line containing `Signature Algorithm`. The public key indicates the signature algorithm used. See the table in [Getting a certificate](get-cert.md#signature-types) to determine the corresponding signature type. |
There was a problem hiding this comment.
Look for a line containing Signature Algorithm.
should be
Look for a line containing Public Key Algorithm
There was a problem hiding this comment.
Yeah, sorry I just noticed this and fixed it.
|
|
||
| This command produces a text summary of the certificate properties, as shown in the example below. Look for a line containing `Signature Algorithm`. The public key indicates the signature algorithm used. See the table in [Getting a certificate](get-cert.md#signature-types) to determine the corresponding signature type. | ||
|
|
||
| For this example with a certificate issued by GlobalSign, `Signature Algorithm: sha256WithRSAEncryption` corresponds to the PS256 signature type. |
There was a problem hiding this comment.
Signature Algorithm: sha256WithRSAEncryption
should be
'Public Key Algorithm: rsassaPss' with PSS parameter 'Hash Algorithm: SHA2-256'
There was a problem hiding this comment.
I fixed that already as well, basically right as you commented. Small difference: I used the literal text from the table in https://deploy-preview-207--cai-open-source.netlify.app/docs/signing/get-cert#signature-types, so:
RSASSA-PSS with SHA-256
Instead of
RSASSA-PSS with PSS parameter 'Hash Algorithm: SHA2-256
If you prefer, I can change both to be the latter.
There was info on signing and certs in several different places. This PR consolidates and reorganizes it with some edits and clarifications:
New/reorganized pages: